-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Expense Request Headers / Empty State #22562
Conversation
@Santhosh-Sellavel Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
This would require beta right? |
On it now |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please the above comments thanks!
@Santhosh-Sellavel the back button follows the typical back button pattern and the report view was done in a separate PR, I just merged main so you should see it now! |
@Santhosh-Sellavel handled in this PR #22467 |
@Santhosh-Sellavel Just wanted to give you context that this is one of our more valuable PRs to get merged! 🙌🏼 |
Reviewer Checklist
Screenshots/Videos |
I noticed one issue though while testing, should we allow a user to request a payment against the workspace they created? Because it results in an error while creating a request. Also, the error is not shown in workspace chat Screen.Recording.2023-07-19.at.5.44.41.AM.mov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, the above issue is not blocking this, so approving!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/Gonals in version: 1.3.43-0 🚀
|
🚀 Deployed to staging by https://github.com/Gonals in version: 1.3.43-0 🚀
|
🚀 Deployed to staging by https://github.com/Gonals in version: 1.3.44-0 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.43-7 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 1.3.44-2 🚀
|
Details
Fixed Issues
$ #22333
PROPOSAL:
Tests
Offline tests
QA Steps
Verify that no errors appear in the JS console
Create an IOU Request
Create a Workspace Expense Request
QA that Header and Report Body follows new Styles:
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Mobile Web - Chrome
Chrome not connecting to wifi on emulator
Mobile Web - Safari
Desktop
iOS
IOS native not working due to unrelated issue
Android